home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 0622 / PCZONE0622.iso / Patches / Op Flash / OFPPatch.exe / OFPPatch_Upgrade_1_30.exe / 0 / RCDATA / ADD\TEMPLATES\1-10_T_TEAMFLAGFIGHT.INTRO\DESCRIPTION.EXT < prev    next >
Text File  |  2001-11-09  |  881b  |  40 lines

  1. respawn=3
  2. respawndelay=20
  3.  
  4. AIkills=1;
  5.  
  6. onLoadMission=$STRD_NAME
  7.  
  8. titleParam1 = $STRD_08;
  9. valuesParam1[] = {10000, 300, 600, 900, 1200, 1500, 1800, 2700, 3600, 7200};
  10. defValueParam1 = 1800;
  11. textsParam1[] = {$STRD_12, $STRD_T005, $STRD_T010, $STRD_T015, $STRD_T020, $STRD_T025, $STRD_T030, $STRD_T045, $STRD_T060, $STRD_T120};
  12.  
  13. titleParam2 = $STRD_09;
  14. valuesParam2[] = {10000, 10, 25, 50, 75, 100, 125, 150, 175, 200, 250, 300, 400, 500, 600, 700, 800};
  15. defValueParam2 = 150;
  16. textsParam2[] = {$STRD_12, 10, 25, 50, 75, 100, 125, 150, 175, 200, 250, 300, 400, 500, 600, 700, 800};
  17.  
  18.  
  19. class CfgSounds
  20. {
  21.     sounds[] = 
  22.         {
  23.             UScore, UCapture
  24.         };
  25.     class UScore
  26.     
  27.     {
  28.         name = "UScore";
  29.         sound[] = {"UScore.ogg", 1, 1.0};
  30.         titles[] = {    };
  31.     };
  32.     class UCapture
  33.     
  34.     {
  35.         name = "UCapture";
  36.         sound[] = {"UCapture.ogg", 10, 1.0};
  37.         titles[] = {    };
  38.     };
  39. };
  40.